home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / I-J / If Monks had Macs....cpt / If Monks had Macs... / Meat & Conversation / background_11943.txt < prev    next >
Text File  |  1992-02-09  |  960b  |  36 lines

  1. -- background: 11943 from stack: in
  2. -- bmap block id: 12089
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: TitleBkgnd
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=477 top=297 right=323 bottom=503
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 1013 / 1013
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   cleanScreen
  23.   if cantmodify of this stack is false then
  24.     if the diskspace < 100000 then
  25.       answer "This stack needs at least 100K free on the disk to " &"function properly. Please move it to another disk and begin " &"again."
  26.       exit mouseUp
  27.     end if
  28.     visual wipe left
  29.     go next cd
  30.   else
  31.     show menuBar
  32.     answer "This book is protected, on a locked disk, or you're using HyperCard 2.0. " &"Please deprotect it, move it or convert it to HC 2.0x now."
  33.     exit mouseUp
  34.   end if
  35. end mouseUp
  36.